home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / studio / studio.dir / 00020_bleach.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  163 b   |  9 lines

  1. on mouseUp
  2.   set the ink of sprite 5 to 0
  3.   puppetTransition(9, 4, 10)
  4.   puppetSound("Splash")
  5.   go(the frame)
  6.   set the ink of sprite 5 to 36
  7.   updateStage()
  8. end
  9.